%macro trimq(string); /*--------------------------------------------\ | Copy Right: Duo Zhou; | | Created: 11-01-2002 11:54pm; | | Purpose: %trim(%left(sting)) | \--------------------------------------------*/ %nrbquote(%trim(%nrbquote(%left(%nrbquote(&string))))); %mend trimq;